GtkFileChooserButton: Simplify ui template
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 May 2015 22:00:15 +0000 (18:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 May 2015 22:00:15 +0000 (18:00 -0400)
gtk/ui/gtkfilechooserbutton.ui

index a36013884bd667de3329ec397047e1172c809c15..8f5cbdc9871b9378c35374524ad40811270eb435 100644 (file)
@@ -2,7 +2,6 @@
 <interface domain="gtk30">
   <!-- interface-requires gtk+ 3.10 -->
   <template class="GtkFileChooserButton" parent="GtkBox">
-    <property name="can_focus">False</property>
     <child>
       <object class="GtkButton" id="button">
         <property name="visible">True</property>
         <child>
           <object class="GtkBox" id="box2">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
             <property name="spacing">4</property>
             <child>
               <object class="GtkImage" id="image">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
                 <property name="icon_name">image-missing</property>
               </object>
               <packing>
-                <property name="expand">False</property>
                 <property name="fill">False</property>
-                <property name="position">0</property>
               </packing>
             </child>
             <child>
               <object class="GtkLabel" id="label">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
                 <property name="halign">start</property>
                 <property name="valign">baseline</property>
                 <property name="label" translatable="yes">(None)</property>
               </object>
               <packing>
                 <property name="expand">True</property>
-                <property name="fill">True</property>
                 <property name="position">1</property>
               </packing>
             </child>
             <child>
               <object class="GtkSeparator" id="separator1">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
                 <property name="orientation">vertical</property>
               </object>
               <packing>
-                <property name="expand">False</property>
                 <property name="fill">False</property>
                 <property name="position">2</property>
               </packing>
             <child>
               <object class="GtkImage" id="open_file_icon">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
                 <property name="icon_name">document-open-symbolic</property>
                 <property name="icon_size">1</property>
                 <property name="use_fallback">True</property>
                 <property name="valign">baseline</property>
               </object>
               <packing>
-                <property name="expand">False</property>
                 <property name="fill">False</property>
                 <property name="position">3</property>
               </packing>
       </object>
       <packing>
         <property name="expand">True</property>
-        <property name="fill">True</property>
-        <property name="position">0</property>
       </packing>
     </child>
     <child>
       <object class="GtkComboBox" id="combo_box">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
         <signal name="changed" handler="combo_box_changed_cb" swapped="no"/>
         <signal name="notify::popup-shown" handler="combo_box_notify_popup_shown_cb" swapped="no"/>
         <child>
@@ -98,7 +84,6 @@
       </object>
       <packing>
         <property name="expand">True</property>
-        <property name="fill">True</property>
         <property name="position">1</property>
       </packing>
     </child>